body { text-align:center; }
#outline {
 width:700px;
 text-align:left;
 margin:0 auto;
}

.outline-margin { margin:10px; }

.title { width:240px; float:left; }

.info {
	width:430px;
	float:right;
	font: 8pt/13pt "sans-serif";
	text-decoration: none;
}

.menu { width:120px; float:left; }

.img { width:550px; float:right; }


.f1 {
	font-family: "A-OTF 新ゴ Pro L", "Helvetica";
	font-size: 13pt;
	color: #666666;
	letter-spacing: 1pt;
	line-height: 15pt;
}

.f2 {
	font-family: "A-OTF 新ゴ Pro L", "Helvetica";
	font-size: 7pt;
	color: #666666;
	letter-spacing: 1pt;
	line-height: normal;
}

.f3 {
	font-family: "A-OTF 新ゴ Pro L", "Helvetica";
	font-size: 7pt;
	color: #666666;
	letter-spacing: 1pt;
	line-height: normal;
}

.f4 {
	font-family: "A-OTF 新ゴ Pro L", "Helvetica";
	font-size: 7pt;
	color: #FF0000;
	letter-spacing: 1pt;
	line-height: normal;
}

.c-both { clear:both; }


a            { color: #666666; text-decoration: none ; }
a:link        { color: #666666 ; }    /* まだ見ていない状態 */
a:visited    { color: #666666 ; }    /* 既に見た状態 */
a:hover        { color: #666666 ; }    /* カーソルがオーバーした状態 */
a:active    { color: #666666 ; }    /* マウスクリックされている状態 */
